@charset "utf-8";
.scroll{
	position: fixed;
	right: 0;
	z-index: 99;
	top: 50%;
	margin-top: -156.5px;
}
.scroll ul li{
	margin-bottom: 1px;
	position: relative;
	z-index: 1;
}
.scroll ul li a,.scroll ul li img{
	display: block;
}
.scroll ul li:last-child{
	margin-bottom: 0;
}
.scroll ul li:nth-child(2) .scroll_drop{
	visibility: hidden;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 300px;
	height: 80px;
	transition: all .4s ease-in-out 0s;
}
.scroll ul li:nth-child(3) .scroll_drop{
	visibility: hidden;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
	width: 109px;
	height: 108px;
	opacity: 0;
	transition: all .2s ease-in-out 0s;
}
.scroll ul li:nth-child(3):hover .scroll_drop{
	visibility: visible;
	right: 85px;
	opacity: 1;
}
.scroll ul li:nth-child(2):after{
	position: absolute;
	z-index: 0;
	content: "";
	background: #EA3333;
	width: 0;
	height: 80px;
	top: 0;
	right: 80px;
	transition: all .2s ease-in-out 0s;
}
.scroll ul li:nth-child(2):hover:after{
	width: 300px;
}
.scroll ul li:nth-child(2) .scroll_drop p{
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	transition: all .2s ease-in-out 0s;
	opacity: 0;
}
.scroll ul li:nth-child(2):hover .scroll_drop{
	visibility: visible; 
	left: -300px;
}
.scroll ul li:nth-child(2):hover .scroll_drop p{
	opacity: 1;
}
.header{
	height: 150px;
	overflow: hidden;
}
.logo,.logo_tt{
	padding: 35px 0;
}
.logo_tt{
	padding-left: 30px;
	line-height: 2.3;
}
.logo_tt h1{
	line-height: 1;
	font-size: 34px;
}
.logo_tt p{
	font-size: 20px;
	color: #333333;
}
.hotline{
	padding: 25px 0;
	text-align: right;
}
.hotline .hot_title{
	font-size: 16px;
	color: #999;
}
.hotline .hot_tel{
	font-size: 26px;
	color: #ba0909;
	font-weight: bold;
	line-height: 1.3;
}
.hotline .hot_phone{
	font-family: Adobe Heiti Std;
	font-size: 26px;
}
.hotline .hot_phone span{
	font-family: arial;
	font-weight: bold;
}
.nav{
	background: #2e4e9f;
	height: 60px;
}
.nav .nav_list > ul{
	height: 60px;
	display: table;
}
.nav .nav_list > ul > li{
	font-size: 16px;
	text-align: center;
	width: 171px;
	transition: all .4s ease-in-out 0s;
	position: relative;
	display: table-cell;
}
.nav .nav_list > ul > li > a{
	color: #fff;
	display: block;
	line-height: 60px;
	transition: all .4s ease-in-out 0s;
}
.nav .nav_list > ul > li:hover > a{
	background: #d52222;
	box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}
.nav .nav_list > ul > li > a.on{
	background: #d52222;
	box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}
.nav .nav_list > ul > li:nth-child(3) .nav_drop{
	display: none;
	position: absolute;
	left: -139.5px;
	z-index: 99;
	background: rgba(46,78,159,.5);
	padding: 20px 0;
	text-align: center;
	width: 450px;
}
.nav .nav_list > ul > li:nth-child(3) .nav_drop dt{
	display: inline-block;
	font-size: 16px;
	
	width: 190px;
	margin-right: 5px;
	margin-top: 10px;
}
.nav .nav_list > ul > li:nth-child(3) .nav_drop dt:nth-child(2n){
	margin-right: 0;
}
.nav .nav_list > ul > li:nth-child(3) .nav_drop dt:nth-child(1),.nav .nav_list > ul > li:nth-child(3) .nav_drop dt:nth-child(2){
	margin-top: 0;
}
.nav .nav_list > ul > li:nth-child(3) .nav_drop dt a{
	color: #FFFFFF;
	background: #2E4E9F;
	display: block;
	width: 100%;
	padding: 10px 0;
	transition: all .4s ease-in-out 0s;
}
.nav .nav_list > ul > li:nth-child(3) .nav_drop dt:hover a{
	background: #BA0909;
}
.banner{
	width: 100%;
}
.banner ul li img{
	max-width: initial;
	display: block;
	width: 100%;
}
.banner .banner_pag span{
	border-radius: 0;
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,1);
	opacity: 1;
	margin-right: 14px!important;
}
.banner .banner_pag span.swiper-pagination-bullet-active{
	background: red;
}
.search .search_l ul li:first-child{
	margin-right: 0;
}
.search .search_l ul li:last-child{
	margin-right: 0;
}
.search .search_l ul li{
	float: left;
	font-size: 14px;
	margin-right: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	max-width: 100px;
}
.search .search_l ul li a{
	transition: all .4s ease-in-out 0s;
}
.search .search_l ul li:hover a{
	color: #BA0909;
}
.search .search_l{
	width: 700px;
	overflow: hidden;
}
.search .search_r{
	width: 300px;
}
.search .search_r input{
	width: 246px;
	background: #f8f8f8;
	padding: 15px 10px 15px 20px;
	font-size: 14px;
}
.search .search_r .search_icon{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d32020;
	height: 46px;
	width: 54px;
}
.main_g{
	background: #f8f8f8;
	padding: 60px 0;
}
.mg_lr{
	align-items: flex-start;
}
.mg_lr .mg_l{
	width: 595px;
}
.mg_lr .mg_r{
	width: 538px;
}
.mg_lr .mg_l .mgl_top{
	line-height: 1.4;
}
.mg_lr .mg_l .mgl_top p{
	font-size: 24px;
}
.mg_lr .mg_l .mgl_top h1{
	font-size: 32px;
}
.mg_lr .mg_l .mgl_mid{
	margin: 30px 0;
}
.mg_lr .mg_l .mgl_mid ul li{
	float: left;
	position: relative;
	font-size: 18px;
	padding-left: 40px;
	margin-right: 80px;
	margin-bottom: 15px;
}
.mg_lr .mg_l .mgl_mid ul li:nth-child(2n){
	margin-right: 0;
}
.mg_lr .mg_l .mgl_mid ul li:before{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	content: "";
	width: 28px;
	height: 23px;
	background: url(../img/mg_before.png) no-repeat center center;
}
.mg_lr .mg_l .mgl_bot{
	line-height: 1.2;
	padding-left: 59px;
	background: url(../img/mgl_bot_bg.png) no-repeat left center;
}
.mg_lr .mg_l .mgl_bot p{
	font-size: 16px;
	color: #666666;
}
.mg_lr .mg_l .mgl_bot h1{
	font-size: 26px;
	color: #ba0909;
}
.mg_lr .mg_r p{
	font-size: 16px;
}
.mg_lr .mg_r p span{
	font-size: 20px;
	font-weight: bold;
}
.mg_lr .mg_r .mgr_input{
	margin-top: 20px;
}
.mg_lr .mg_r .mgr_input input{
	border-radius: 5px;
	border: 1px solid #eeeeee;
	width: 100%;
	padding: 17px 0 17px 30px;
	margin-bottom: 7px;
}
.mg_lr .mg_r .mgr_input textarea{
	width: 100%;
	height: 82px;
	padding-top: 17px;
	padding-left: 30px;
	resize:none;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	font-family: "微软雅黑";
}
.mg_lr .mg_r .mgr_button{
	margin-top: 10px;
}
.mg_lr .mg_r .mgr_button button{
	width: 141px;
	border-radius: 5px;
	color: #FFFFFF;
	background: #df2a2a;
	font-size: 18px;
	margin-right: 20px;
	padding: 11px 0;
	cursor: pointer;
}
.mg_lr .mg_r .mgr_button button:last-child{
	background: #2e4e9f;
}
.main_h{
	margin: 55px auto;
}
.main_h .mh_head{
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	padding-bottom: 15px;
}
.mh_page{
	width: 50px;
}
.mh_page .page_l,.mh_page .page_r{
	width: 11px;
	height: 19px;
}
.main_h .mh_head h1{
	padding-left: 15px;
	font-size: 18px;
	font-weight: normal;
}
.main_h .mh_head:before{
	position: absolute;
	content: "";
	width: 3px;
	height: 20px;
	background: #d42222;
	left: 0;
}
.mh_list ul{
	margin-top: 20px;
}
.mh_list ul li{
	font-size: 15px;
	margin-bottom: 5px;
	width: 150px!important;
}
.mh_list ul li a{
	color: #666666;
	transition: all .4s ease-in-out 0s;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mh_list ul li a:hover{
	color: #BA0909;
}
.footer{
	background: #111a30;
}
.foot_lr{
	padding: 60px 0;
}
.foot_lr .foot_l{
	width: 400px;
}
.foot_lr .foot_r{
	width: 600px;
}
.foot_lr .foot_l .foot_logo{
	width: 219px;
	height: 70px;
}
.foot_lr .foot_l .foot_tel{
	background: url(../img/foot_tel_bg.png) no-repeat left center;
	font-size: 34px;
	color: #FFFFFF;
	padding: 20px 0 20px 53px;
	font-weight: bold;
}
.foot_lr .foot_l .footr_list ul li{
	float: left;
	font-size: 15px;
	color: #ababab;
	width: 235px;
}
.foot_lr .foot_l .footr_list ul li:last-child{
	width: 100%;
}
.foot_lr .foot_r .fr_list{
	align-items: flex-start;
}
.foot_lr .foot_r .fr_list ul li{
	font-size: 16px;
}
.foot_lr .foot_r .fr_list ul li a{
	color: #FFFFFF;
}
.foot_lr .foot_r .fr_list .list1 li{
	margin-bottom: 15px;
}
.foot_lr .foot_r .fr_list .list1 li:last-child{
	margin-bottom: 0;
}
.foot_lr .foot_r .fr_list .list2 h1{
	font-size: 16px;
	color: #FFFFFF;
	padding-bottom: 13px;
}
.foot_lr .foot_r .fr_list .list2{
	width: 180px;
}
.foot_lr .foot_r .fr_list .list2 li{
	font-size: 15px;
	margin-bottom: 5px;
}
.foot_lr .foot_r .fr_list .list2 li a{
	color: #ababab;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: all .4s ease-in-out 0s;
}
.foot_lr .foot_r .fr_list .list2 li a:hover{
	color: #FFFFFF;
}
.foot_lr .foot_r .fr_list .list3 li{
	text-align: center;
	font-size: 15px;
	line-height: 1.2;
	color: #bebebe;
}
.foot_lr .foot_r .fr_list .list3 li img{
	max-width:130px;
}
.foot .link{
	padding: 30px 0;
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(255,255,255,.2);
	align-items: flex-start;
}
.foot .link p{
	float: left;
	padding-left: 30px;
	background: url(../img/link_bg.png) no-repeat left center;
	font-size: 16px;
	color: #FFFFFF;
}
.foot .link ul{
	width: 90%;
}
.foot .link ul li:first-child{
	margin-left: 0;
}
.foot .link ul li{
	margin-left: 15px;
	float: left;
	line-height: 1.7;
}
.foot .link ul li a{
	color: #ababab;
	font-size: 15px;
	transition: all .4s ease-in-out 0s;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.foot .link ul li a:hover{
	color: #FFFFFF;
}
.foot .foot_bot{
	padding: 25px 0;
}
.foot .foot_bot .bot_tt{
	color: #ababab;
	font-size: 15px;
	width: 800px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.foot .foot_bot .bot_button a{
	color: #FFFFFF;
	font-size: 15px;
	margin-left: 10px;
}
.foot .foot_bot .bot_button a:first-child{
	margin-left: 0;
}
.foot .foot_bot .bot_button a span{
	color: #df2a2a;
}